<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#menu {height:40px;
	 line-height:40px;width:1200px; overflow:hidden; margin:0px auto;}
#nav {
     margin:0 ; 
     width:1200px; 
     display:block;
	 font-size:15px;
	 height:40px;
	 line-height:40px;
	 overflow:hidden;
	 font-family:"微软雅黑";
}
#nav .mainlevel {
	  float:left;
	  color:#a6043c;  
	  width:150px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#fff; 
	  text-decoration:none; 
	  line-height:40px; 
	  display:block; 
	  padding:0; 
	  width:150px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#fff;
	  line-height:40px;
	  text-decoration: none; 
	  background:#b61d1c;
	  }


#nav .mainlevel1 {
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  
	  overflow:hidden;
	  width:150px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:35px; line-height:35px; overflow:hidden; font-weight:100;}
#nav .mainlevel1 a {
      color:#444;
	  text-decoration:none; 
	  line-height:35px; 
	  display:block; 
	  padding:0; 
	  width:150px;
	  height:35px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#fff;
	  line-height:35px;
	  text-decoration:none; 
	  background:#b61d1c; 
	  }
#nav .mainlevel ul {Z-INDEX: 999;
      display:none; width:240px;  
	  position:absolute; 
	  }
#nav .mainlevel li {
      background:#f5f5f5; 
	  width:150px;
	  /*IE6 only*/}
	  
</pre></body></html>